home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / samples / Multimedia / DirectDraw / AnimatePalette / animatepalette.rc < prev    next >
Text File  |  2001-10-08  |  2KB  |  92 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include <windows.h>
  11. #include <afxres.h>
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Icon
  27. //
  28.  
  29. // Icon with lowest ID value placed first to ensure application icon
  30. // remains consistent on all systems.
  31. IDI_MAIN                ICON    DISCARDABLE     "DirectX.ico"
  32.  
  33. #ifdef APSTUDIO_INVOKED
  34. /////////////////////////////////////////////////////////////////////////////
  35. //
  36. // TEXTINCLUDE
  37. //
  38.  
  39. 1 TEXTINCLUDE DISCARDABLE 
  40. BEGIN
  41.     "resource.h\0"
  42. END
  43.  
  44. 2 TEXTINCLUDE DISCARDABLE 
  45. BEGIN
  46.     "#include <windows.h>\r\n"
  47.     "#include <afxres.h>\0"
  48. END
  49.  
  50. 3 TEXTINCLUDE DISCARDABLE 
  51. BEGIN
  52.     "\r\n"
  53.     "\0"
  54. END
  55.  
  56. #endif    // APSTUDIO_INVOKED
  57.  
  58.  
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Accelerator
  62. //
  63.  
  64. IDR_MAIN_ACCEL ACCELERATORS DISCARDABLE 
  65. BEGIN
  66.     VK_ESCAPE,      IDM_EXIT,               VIRTKEY, NOINVERT
  67.     "X",            IDM_EXIT,               VIRTKEY, ALT, NOINVERT
  68. END
  69.  
  70.  
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // Bitmap
  74. //
  75.  
  76. IDB_DIRECTX             BITMAP  DISCARDABLE     "directx.bmp"
  77. #endif    // English (U.S.) resources
  78. /////////////////////////////////////////////////////////////////////////////
  79.  
  80.  
  81.  
  82. #ifndef APSTUDIO_INVOKED
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // Generated from the TEXTINCLUDE 3 resource.
  86. //
  87.  
  88.  
  89. /////////////////////////////////////////////////////////////////////////////
  90. #endif    // not APSTUDIO_INVOKED
  91.  
  92.